runtime.gQueue.head (field)
13 uses
runtime (current package)
proc.go#L7752: head guintptr
proc.go#L7759: return q.head == 0
proc.go#L7764: gp.schedlink = q.head
proc.go#L7765: q.head.set(gp)
proc.go#L7778: q.head.set(gp)
proc.go#L7792: q.tail.ptr().schedlink = q2.head
proc.go#L7794: q.head = q2.head
proc.go#L7803: gp := q.head.ptr()
proc.go#L7805: q.head = gp.schedlink
proc.go#L7806: if q.head == 0 {
proc.go#L7816: stack := gList{q.head, q.size}
proc.go#L7844: l.head = q.head
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |